Duration Constructor (Int32, Int32, Int32) |
Initializes a new instance of the
Duration class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Duration(
int years,
int months,
int days
)
Public Sub New (
years As Integer,
months As Integer,
days As Integer
)
Parameters
- years
- Type: SystemInt32
The years. - months
- Type: SystemInt32
The months. - days
- Type: SystemInt32
The days.
See Also